Package eu.europa.ec.taxud.cesop.readers
Class ReportedPayeeXmlReader
java.lang.Object
eu.europa.ec.taxud.cesop.readers.ReportedPayeeXmlReader
Utils class reading a ReportedPayee XML file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets xml reported payee.voidParse first part.voidParse second part.
-
Constructor Details
-
ReportedPayeeXmlReader
Constructor.- Parameters:
cesopXmlReader- the XML reader.
-
-
Method Details
-
parseFirstPart
Parse first part.- Throws:
XMLStreamException- in case of error while processing the XML content
-
parseSecondPart
Parse second part.- Throws:
XMLStreamException- in case of error while processing the XML content
-
getXmlReportedPayee
Gets xml reported payee.- Returns:
- the xml reported payee
-